GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class : GetNonEmptyRows Method |
'Declaration Public Function GetNonEmptyRows() As List(Of Integer)
'Usage Dim instance As Worksheet Dim value As List(Of Integer) value = instance.GetNonEmptyRows()
public List<int> GetNonEmptyRows()
listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetNonEmptyColumns().Count.ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetNonEmptyRows().Count.ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetRowAutoText(3).ToString());
ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).GetNonEmptyColumns.Count.ToString()) ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).GetNonEmptyRows.Count.ToString()) ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).GetRowAutoText(3).ToString())
Target Platforms: Windows Server 2012, Windows RT