GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > GetActualColumnWidth Method : GetActualColumnWidth(Int32,Int32,SheetArea) Method |
'Declaration Public Overloads Function GetActualColumnWidth( _ ByVal column As Integer, _ ByVal count As Integer, _ ByVal sheetArea As SheetArea _ ) As Double
listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetActualColumnWidth(1, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.ColumnHeader).ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetActualColumnWidth(2, 2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.ColumnHeader).ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetActualRowHeight(2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetActualRowHeight(5, 2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetActualRowVisible(11,GrapeCity.Xaml.SpreadSheet.Data.SheetArea.RowHeader).ToString());
listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetActualColumnWidth(1, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.ColumnHeader).ToString()) listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetActualColumnWidth(2, 2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.ColumnHeader).ToString()) listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetActualRowHeight(2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString()) listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetActualRowHeight(5, 2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString()) listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetActualRowVisible(11,GrapeCity.Xaml.SpreadSheet.Data.SheetArea.RowHeader).ToString())
Target Platforms: Windows Server 2012, Windows RT