Search
Selection.AddColumns Method (Int32)
See Also
 






Adds the column with the specified index to the selection.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void AddColumns (
    int index
)

Visual Basic  Copy Code

Public Sub AddColumns( _
    index As Integer _
)

 Parameters

index

The index of the column to add.

 See Also