GrapeCity.Xaml.SpreadSheet.Data Namespace : SelectionUnit Enumeration |
'Declaration Public Enum SelectionUnit Inherits System.Enum
'Usage Dim instance As SelectionUnit
public enum SelectionUnit : System.Enum
Member | Description |
---|---|
Cell | [0] Indicates that the smallest unit that can be selected is a cell. |
Column | [2] Indicates that the smallest unit that can be selected is a column. |
Row | [1] Indicates that the smallest unit that can be selected is a row. |
gcSpreadSheet1.Sheets[0].SelectionPolicy = GrapeCity.Xaml.SpreadSheet.Data.SelectionPolicy.Single; gcSpreadSheet1.Sheets[0].SelectionUnit = GrapeCity.Xaml.SpreadSheet.Data.SelectionUnit.Cell;
GcSpreadSheet1.Sheets(0).SelectionPolicy = GrapeCity.Xaml.SpreadSheet.Data.SelectionPolicy.Single GcSpreadSheet1.Sheets(0).SelectionUnit = GrapeCity.Xaml.SpreadSheet.Data.SelectionUnit.Cell
System.Object
System.ValueType
System.Enum
GrapeCity.Xaml.SpreadSheet.Data.SelectionUnit
Target Platforms: Windows Server 2012, Windows RT