Shortener Methods

PicoXLSX

PicoXLSX

Shortener Methods

The WorkbookShortener type exposes the following members.

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