Spread Silverlight Documentation
SetDefaultRowHeight Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetDefaultRowHeight Method
The zero based sheet index used to locate the IExcelWorksheet instance
The value used to set the default row height.
Set the default row height.
Syntax
'Declaration
 
Sub SetDefaultRowHeight( _
   ByVal sheet As System.Short, _
   ByVal defaultHeight As System.Double _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As System.Short
Dim defaultHeight As System.Double
 
instance.SetDefaultRowHeight(sheet, defaultHeight)
void SetDefaultRowHeight( 
   System.short sheet,
   System.double defaultHeight
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance
defaultHeight
The value used to set the default row height.
See Also

Reference

IExcelReader Interface
IExcelReader Members