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