Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
IColumns interface to manage columns in spreadsheet
Namespace: Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax
The IColumns type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | FirstFormatedColumn |
Gets the number of first formated column.
|
![]() | Item |
Gets the Row with the specified Index.
|
![]() | LastFormatedColumn |
Gets the number of last formated column.
|
Methods
Name | Description | |
---|---|---|
![]() | CopyAndPaste |
Makes a copy and paste of the columns selection specified by First and Last columns indexes into new position (specified by Dest column index)
|
![]() | Delete(Int32) |
Deletes the column specified index.
|
![]() | Delete(Int32, Int32) |
Deletes columns from First to Last indexes.
|
![]() | Insert(Int32) |
Inserts Column into the worksheet at the specified Index.
|
![]() | Insert(Int32, Int32) |
Inserts the specified ColumnCount Columns into the worksheet at the specified Index.
|
See Also