SetMultipleRowHeights Method
In This Topic
Sets the height in pixels for the specified rows on this sheet.
Syntax
'Declaration
Public Sub SetMultipleRowHeights( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As SheetView
Dim row As Integer
Dim count As Integer
Dim value As Integer
instance.SetMultipleRowHeights(row, count, value)
public void SetMultipleRowHeights(
int ,
int ,
int
)
Parameters
- row
- Row index of first row
- count
- Number of rows for which to set the height
- value
- Height in pixels
See Also