SetDefaultWidthAndHeight(IExcelRead,CT_SheetFormatPr,Int16,Boolean,Single,Double,Double) Method
In This Topic
Sets the height of the default width and.
Syntax
'Declaration
Public Shared Sub SetDefaultWidthAndHeight( _
ByVal As IExcelRead, _
ByVal As CT_SheetFormatPr, _
ByVal As Short, _
ByVal As Boolean, _
ByRef As Single, _
ByRef As Double, _
ByRef As Double _
)
'Usage
Dim spread As IExcelRead
Dim sheetFormatPr As CT_SheetFormatPr
Dim sheetIndex As Short
Dim dataOnly As Boolean
Dim charWidth As Single
Dim defaultRowHeight As Double
Dim defaultColWidth As Double
SheetViewSynchronizer.SetDefaultWidthAndHeight(spread, sheetFormatPr, sheetIndex, dataOnly, charWidth, defaultRowHeight, defaultColWidth)
public static void SetDefaultWidthAndHeight(
IExcelRead ,
CT_SheetFormatPr ,
short ,
bool ,
out float ,
out double ,
out double
)
Parameters
- spread
- GrapeCity Spread
- sheetFormatPr
- Worksheet
- sheetIndex
- Index of the sheet
- dataOnly
- Only Import Data
- charWidth
- Width of the char
- defaultRowHeight
- Height of the default row
- defaultColWidth
- Width of the default col
See Also