Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.