GrapeCity.Xaml.SpreadSheet.UI Namespace > GcSpreadSheet Class : NamedStyles Property |
'Declaration <BrowsableAttribute()> <DefaultValueAttribute()> Public Property NamedStyles As StyleInfoCollection
'Usage Dim instance As GcSpreadSheet Dim value As StyleInfoCollection instance.NamedStyles = value value = instance.NamedStyles
[Browsable()] [DefaultValue()] public StyleInfoCollection NamedStyles {get; set;}
gcSpreadSheet1.NamedStyles.Add(new GrapeCity.Xaml.SpreadSheet.Data.StyleInfo() { Background = new SolidColorBrush(Windows.UI.Colors.Red), Name = "aaa", VerticalAlignment = GrapeCity.Xaml.SpreadSheet.Data.CellVerticalAlignment.Center} ); gcSpreadSheet1.Sheets[0].Cells[0, 0].StyleName = "aaa";
GcSpreadSheet1.NamedStyles.Add(New GrapeCity.Xaml.SpreadSheet.Data.StyleInfo() With {.Background = New SolidColorBrush(Windows.UI.Colors.Red), .Name = "aaa", .VerticalAlignment = GrapeCity.Xaml.SpreadSheet.Data.CellVerticalAlignment.Center}) GcSpreadSheet1.Sheets(0).Cells(0, 0).StyleName = "aaa"
Target Platforms: Windows Server 2012, Windows RT