Search
Selection.SelectColumns Method (Int32)
See Also
 






Selects the column with the specified index.

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

 Syntax

C#  Copy Code

public void SelectColumns (
    int index
)

Visual Basic  Copy Code

Public Sub SelectColumns( _
    index As Integer _
)

 Parameters

index

The index of the column to select.

 See Also