Sets the height of the specified row in pixels.
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
- Number of pixels for the height of the row
See Also