HRESULT SetSelectedCells(
int blockIndex,
IFRRectangle* selectedCells
);
void SetSelectedCells(
int blockIndex,
IFRRectangle selectedCells
);
Sub SetSelectedCells( _
blockIndex As Integer, _
selectedCells As IFRRectangle _
)
이 페이지가 도움이 되었나요?