IRows InterfaceBytescout Spreadsheet SDK
IRows interface for managing Rows collection

Namespace:  Bytescout.Spreadsheet.COM
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public interface IRows

The IRows type exposes the following members.

Properties

  NameDescription
Public propertyFirstFormatedRow
Gets the number of first formated row.
Public propertyItem
Gets the Row with the specified Index.
Public propertyLastFormatedRow
Gets the number of last formated row.
Top
Methods

  NameDescription
Public methodCopyAndPaste
Makes a copy and paste of the rows selection specified by First and Last rows indexes into new position (specified by Dest row index)
Public methodDelete(Int32)
Deletes the row.
Public methodDelete(Int32, Int32)
Deletes rows from First to Last indexes.
Public methodInsert(Int32)
Inserts the Row into the List at the specified Index.
Public methodInsert(Int32, Int32)
Inserts the specified RowCount Row into the List at the specified Index.
Top
See Also

Reference