'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.