'Declaration Public Property DefaultRowHeight As Integer
'Usage Dim instance As SheetView Dim value As Integer instance.DefaultRowHeight = value value = instance.DefaultRowHeight
public int DefaultRowHeight {get; set;}
'Declaration Public Property DefaultRowHeight As Integer
'Usage Dim instance As SheetView Dim value As Integer instance.DefaultRowHeight = value value = instance.DefaultRowHeight
public int DefaultRowHeight {get; set;}
Set this property to specify the height in pixels for all rows in the sheet. If you want to specify the height for a particular row in the sheet, use the SetRowHeight method or the Height method for a Row object.
To set the width for all columns in the sheet, set the DefaultColumnWidth property.
FarPoint.Web.Spread.SheetView sv=FpSpread1.ActiveSheetView; sv.DefaultColumnWidth=120; sv.DefaultRowHeight=30;
Dim sv As FarPoint.Web.Spread.SheetView sv=FpSpread1.ActiveSheetView sv.DefaultColumnWidth=120 sv.DefaultRowHeight=30
SheetView Class
SheetView Members
SetRowHeight Method
DefaultColumnWidth Property
GetRowHeight Method
Height Property