Worksheets ClassBytescout Spreadsheet SDK
The list of WorkSheet class
Inheritance Hierarchy

SystemObject
  Bytescout.SpreadsheetWorksheets

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

public class Worksheets : IWorksheets, IEnumerable

The Worksheets type exposes the following members.

Constructors

  NameDescription
Public methodWorksheets
Initializes a new instance of the Worksheets class.
Top
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(Int32, Int32, String)
Copies the specified SourceIndex Worksheet.
Public methodCopy(Int32, Int32, String, Boolean)
Copies the specified SourceIndex Worksheet.
Public methodDelete(Int32)
Deletes the worksheet.
Public methodDelete(String)
Deletes the worksheet.
Public methodDeleteAll
Deletes all worksheets.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index of worksheet on her name
Public methodInsert
Inserts the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMove
Moves the specified SourceIndex Worksheet.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference