Search
Selection.AddColumns Method (Int32, Int32)
See Also
 






Adds a range of columns to the selection.

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

 Syntax

C#  Copy Code

public void AddColumns (
    int index,
    int count
)

Visual Basic  Copy Code

Public Sub AddColumns( _
    index As Integer, _
    count As Integer _
)

 Parameters

index

The index of the first columns in the range.

count

The number of columns to add.

 See Also