SetFocusedCell

SetFocusedCell(CellLocation)

يضبط تركيز الخلية في الموقع المحدد.

public void SetFocusedCell(CellLocation cellLocation)
معامليكتبوصف
cellLocationCellLocationموقع الخلية.

أنظر أيضا


SetFocusedCell(int, int)

يضبط تركيز الخلية على العمود والصف المحددين.

public void SetFocusedCell(int row, int col)
معامليكتبوصف
rowInt32فهرس الصف.
colInt32فهرس العمود.

أنظر أيضا