RowHeaderColumnCount Property
In This Topic
Gets or sets the number of columns in the row header on this sheet.
Syntax
'Declaration
Public Property RowHeaderColumnCount As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.RowHeaderColumnCount = value
value = instance.RowHeaderColumnCount
public int RowHeaderColumnCount {get; set;}
Exceptions
See Also