Link Search Menu Expand Document

IColumns Interface

IColumns interface to manage columns in spreadsheet

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public interface IColumns

The IColumns type exposes the following members.

Properties
NameDescription
Public propertyFirstFormatedColumn
Gets the number of first formated column.
Public propertyItem
Gets the Row with the specified Index.
Public propertyLastFormatedColumn
Gets the number of last formated column.
Top
Methods
NameDescription
Public methodCopyAndPaste
Makes a copy and paste of the columns selection specified by First and Last columns indexes into new position (specified by Dest column index)
Public methodDelete(Int32)
Deletes the column specified index.
Public methodDelete(Int32, Int32)
Deletes columns from First to Last indexes.
Public methodInsert(Int32)
Inserts Column into the worksheet at the specified Index.
Public methodInsert(Int32, Int32)
Inserts the specified ColumnCount Columns into the worksheet at the specified Index.
Top
See Also

Reference