Search
Selection.selectColumns Method (Int32)
See Also
 






Selects the column with the specified index.

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

 Syntax

Java  Copy Code

public void selectColumns (
    int index
)

 Parameters

index

The index of the column to select.

 See Also