Gets or sets the number of columns in the sheet.
Syntax
'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;}
See Also