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






Selects a range of columns in the worksheet.

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

 Syntax

C#  Copy Code

public void SelectColumns (
    int index,
    int count
)

Visual Basic  Copy Code

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

 Parameters

index

The index of the first column in the range.

count

The number of columns to select.

 See Also