GrapeCity.Xaml.Excel
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 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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options