'Declaration Sub SetDefaultRowHeight( _ ByVal sheet As Short, _ ByVal defaultHeight As Double _ )
'Usage Dim instance As IExcelReader Dim sheet As Short Dim defaultHeight As Double instance.SetDefaultRowHeight(sheet, defaultHeight)
void SetDefaultRowHeight( short sheet, 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.