Workbook.Shortener Class

PicoXLSX

PicoXLSX

WorkbookShortener Class

Class to provide access to the current worksheet with a shortened syntax. Note: The WS object can be null if the workbook was created without a worksheet. The object will be available as soon as the current worksheet is defined
Inheritance Hierarchy
SystemObject  PicoXLSXWorkbookShortener

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public class Shortener

The WorkbookShortener type exposes the following members.

Constructors
  NameDescription
Public methodWorkbookShortener
Default constructor
Top
Methods
  NameDescription
Public methodDown
Moves the cursor one row down
Public methodDown(Int32)
Moves the cursor the number of defined rows down
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 methodFormula(String)
Sets a formula into the current cell and moves the cursor to the next cell (column or row depending on the defined cell direction)
Public methodFormula(String, Style)
Sets a formula with style into the current cell and moves the cursor to the next cell (column or row depending on the defined cell direction)
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Private methodNullCheck
Internal method to check whether the worksheet is null
Public methodRight
Moves the cursor one column to the right
Public methodRight(Int32)
Moves the cursor the number of defined columns to the right
Public methodSetCurrentWorksheet
Sets the worksheet accessed by the shortener
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValue(Object)
Sets a value into the current cell and moves the cursor to the next cell (column or row depending on the defined cell direction)
Public methodValue(Object, Style)
Sets a value with style into the current cell and moves the cursor to the next cell (column or row depending on the defined cell direction)
Top
See Also