| GrapeCity.Xaml.SpreadSheet.Data Namespace : StorageType Enumeration | 
'Declaration <FlagsAttribute()> Public Enum StorageType Inherits System.Enum
'Usage Dim instance As StorageType
[Flags()] public enum StorageType : System.Enum
| Member | Description | 
|---|---|
| Axis | Indicates the storage data type is the axis information. | 
| Data | Indicates the storage data type is pure value. | 
| Sparkline | Indicates the storage data type is sparkline. | 
| Style | Indicates the storage data type is style. | 
| Tag | Indicates the storage data type is tag. | 
gcSpreadSheet1.Sheets[0].Cells[0, 0, 10, 10].Text = "Test";
gcSpreadSheet1.Sheets[0].Clear(0, 0, 2, 2);
gcSpreadSheet1.Sheets[0].Clear(2, 3, 1, 2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells);
gcSpreadSheet1.Sheets[0].Clear(5, 0, 2, 2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells, GrapeCity.Xaml.SpreadSheet.Data.StorageType.Data);
	GcSpreadSheet1.Sheets(0).Cells(0, 0, 10, 10).Text = "Test"
GcSpreadSheet1.Sheets(0).Clear(0, 0, 2, 2)
GcSpreadSheet1.Sheets(0).Clear(2, 3, 1, 2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells)
GcSpreadSheet1.Sheets(0).Clear(5, 0, 2, 2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells, GrapeCity.Xaml.SpreadSheet.Data.StorageType.Data)
	System.Object
   System.ValueType
      System.Enum
         GrapeCity.Xaml.SpreadSheet.Data.StorageType
Target Platforms: Windows Server 2012, Windows RT