'Declaration Public Overridable Property ColumnCount As Integer
'Usage Dim instance As SheetView Dim value As Integer instance.ColumnCount = value value = instance.ColumnCount
public virtual int ColumnCount {get; set;}
'Declaration Public Overridable Property ColumnCount As Integer
'Usage Dim instance As SheetView Dim value As Integer instance.ColumnCount = value value = instance.ColumnCount
public virtual int ColumnCount {get; set;}
To get or set the number of rows in the sheet, use the RowCount property.