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






Selects a range of columns in the worksheet.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void selectColumns (
    int index,
    int count
)

 Parameters

index

The index of the first column in the range.

count

The number of columns to select.

 See Also