ColumnCount Property (SheetView)
Gets or sets the number of columns in the sheet.
public int ColumnCount {get; set;}
'Declaration
Public Property ColumnCount As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.ColumnCount = value
value = instance.ColumnCount