Gets or sets the row header column width.
Syntax
'Declaration
Public Property RowHeaderWidth As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.RowHeaderWidth = value
value = instance.RowHeaderWidth
public int RowHeaderWidth {get; set;}
See Also