'Declaration Public Property Width As Integer
'Usage Dim instance As RowHeader Dim value As Integer instance.Width = value value = instance.Width
public int Width {get; set;}
FarPoint.Web.Spread.RowHeader rhdr; rhdr = FpSpread1.ActiveSheetView.RowHeader; rhdr.ColumnCount = 3; rhdr.Width = 80;
Dim rhdr As FarPoint.Web.Spread.RowHeader rhdr = FpSpread1.ActiveSheetView.RowHeader rhdr.ColumnCount = 3 rhdr.Width = 80
RowHeader Class RowHeader Members
Customizing the Appearance of Headers