GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > GetActualStyleInfo Method : GetActualStyleInfo(Int32,Int32,SheetArea) Method |
'Declaration Public Overloads Overridable Function GetActualStyleInfo( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal sheetArea As SheetArea _ ) As StyleInfo
listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetActualStyleInfo(0, 0, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString());
listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetActualStyleInfo(0,1,GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells,false).ToString());
listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetColumnAutoText(1).ToString());
listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetActualStyleInfo(0, 0, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString())
listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetActualStyleInfo(0,1,GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells, False).ToString())
listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetColumnAutoText(1).ToString())
Target Platforms: Windows Server 2012, Windows RT