Link Search Menu Expand Document

IWorksheets Interface

Worksheets collection interface

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

The IWorksheets type exposes the following members.

Properties
NameDescription
Public propertyCount
Gets the worksheet count.
Public propertyItemInt32
Gets the Worksheet at the specified index.
Public propertyItemString
Gets the Worksheet with the specified name.
Top
Methods
NameDescription
Public methodAdd
Adds the worksheet with default name "Untitled N".
Public methodAdd(String)
Adds the worksheet.
Public methodAddFromFile(String)
Adds the worksheet from CSV file.
Public methodAddFromFile(String, String, Encoding)
Adds the worksheet from CSV file.
Public methodByName
Get Worksheet by name.
Public methodCopy
Makes a copy and paste of the worksheet (SourceIndex) into a new worksheet (DestIndex) with NewSheetName
Public methodDelete(Int32)
Deletes the worksheet.
Public methodDelete(String)
Deletes the worksheet.
Public methodDeleteAll
Deletes all worksheets.
Public methodIndexOf
Returns the index of worksheet on her name
Public methodInsert
Inserts the specified index.
Public methodMove
Moves the specified SourceIndex Worksheet.
Top
See Also

Reference