HRESULT Remove(
int FromParagraph,
int FromPos,
int ToParagraph,
int ToPos
);
void Remove(
int FromParagraph,
int FromPos,
int ToParagraph,
int ToPos
);
Sub Remove( _
FromParagraph As Integer, _
FromPos As Integer, _
ToParagraph As Integer, _
ToPos As Integer _
)
이 페이지가 도움이 되었나요?