GcSpread.Sheets Namespace : SelectionUnit Enumeration |
Member | Description |
---|---|
Cell | Indicates that the smallest unit that can be selected is a cell. |
Column | Indicates that the smallest unit that can be selected is a column. |
Row | Indicates that the smallest unit that can be selected is a row. |
activeSheet.selectionUnit(GcSpread.Sheets.SelectionUnit.Row); activeSheet.selectionPolicy(GcSpread.Sheets.SelectionPolicy.Range);
Object
GcSpread.Sheets.SelectionUnit