SetRowHeight Method (SheetView)
Sets the height in pixels for the specified row on this sheet.
public void SetRowHeight(
int ,
int
)
'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)
Parameters
- row
- Row index
- value
- Height in pixels