Selects a range of columns in the worksheet.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void SelectColumns ( |
Visual Basic
Copy Code
|
|---|
Public Sub SelectColumns( _ |
The index of the first column in the range.
The number of columns to select.
See Also