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






Adds a range of columns to the selection.

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

 Syntax

Java  Copy Code

public void addColumns (
    int index,
    int count
)

 Parameters

index

The index of the first columns in the range.

count

The number of columns to add.

 See Also