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