Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / SetColumnCount Method


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

    Parameters

    value
    notifyUI
    See Also