Search
Selection.addColumns Method (Int32)
See Also
 






Adds the column with the specified index to the selection.

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

 Syntax

Java  Copy Code

public void addColumns (
    int index
)

 Parameters

index

The index of the column to add.

 See Also