SetRowCount(Int32,Boolean) Method
In This Topic
Sets the number of rows in this
Worksheet.
Syntax
'Declaration
Public Sub SetRowCount( _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As Worksheet
Dim value As Integer
Dim notifyUI As Boolean
instance.SetRowCount(value, notifyUI)
public void SetRowCount(
int ,
bool
)
Parameters
- value
- notifyUI
See Also