GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > GetActualStyleInfo Method : GetActualStyleInfo(Int32,Int32,SheetArea,Boolean) Method |
true
, the row filter and the conditional format style are not applied to the return style; otherwise, the return style only contains cell's inherited style.
'Declaration Public Overloads Overridable Function GetActualStyleInfo( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal sheetArea As SheetArea, _ ByVal sheetStyleOnly As Boolean _ ) As StyleInfo
true
, the row filter and the conditional format style are not applied to the return style; otherwise, the return style only contains cell's inherited style.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