Worksheets MethodsBytescout Spreadsheet SDK

The Worksheets type exposes the following members.

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