Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / SetRowCount(Int32,Boolean) Method


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

Parameters

value
notifyUI
See Also