GrapeCity.Xaml.SpreadSheet.Data Namespace > StyleInfo Class : VerticalAlignment Property |
'Declaration <DefaultValueAttribute()> Public Property VerticalAlignment As CellVerticalAlignment
'Usage Dim instance As StyleInfo Dim value As CellVerticalAlignment instance.VerticalAlignment = value value = instance.VerticalAlignment
[DefaultValue()] public CellVerticalAlignment VerticalAlignment {get; set;}
gcSpreadSheet1.Sheets[0].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.Sheets(0).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