Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Worksheet Class / DeleteColumns Method / DeleteColumns(String,Int32) Method
The string Id of the Column that is currently located where the deletion will start. Ids start at A.
The number of Columns that will be deleted. The default value is 1.


In This Topic
    DeleteColumns(String,Int32) Method
    In This Topic
    Determines where the deletion starts by using a string Id.
    Syntax
    'Declaration
     
    
    Public Overloads Sub DeleteColumns( _
       ByVal columnId As String, _
       Optional ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As Worksheet
    Dim columnId As String
    Dim count As Integer
     
    instance.DeleteColumns(columnId, count)
    public void DeleteColumns( 
       string columnId,
       int count
    )

    Parameters

    columnId
    The string Id of the Column that is currently located where the deletion will start. Ids start at A.
    count
    The number of Columns that will be deleted. The default value is 1.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also