SetFocusedCell
SetFocusedCell(CellLocation)
يضبط تركيز الخلية في الموقع المحدد.
public void SetFocusedCell(CellLocation cellLocation)
معامل | يكتب | وصف |
---|---|---|
cellLocation | CellLocation | موقع الخلية. |
أنظر أيضا
- class CellLocation
- class Worksheet
- مساحة الاسم Aspose.Cells.GridDesktop
- المجسم Aspose.Cells.GridDesktop
SetFocusedCell(int, int)
يضبط تركيز الخلية على العمود والصف المحددين.
public void SetFocusedCell(int row, int col)
معامل | يكتب | وصف |
---|---|---|
row | Int32 | فهرس الصف. |
col | Int32 | فهرس العمود. |
أنظر أيضا
- class Worksheet
- مساحة الاسم Aspose.Cells.GridDesktop
- المجسم Aspose.Cells.GridDesktop