Click or drag to resize
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: 3.2.1+e0edc719a6aeecf6c989e5a57750c75d6f3175bb
Syntax
C#
public class Shortener

The WorkbookShortener type exposes the following members.

Constructors
 NameDescription
Public methodWorkbookShortener Initializes a new instance of the WorkbookShortener class
Top
Methods
 NameDescription
Public methodDown Moves the cursor one row down
Public methodDown(Int32, Boolean) Moves the cursor the number of defined rows down
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLeft Moves the cursor one column to the left
Public methodLeft(Int32, Boolean) Moves the cursor the number of defined columns to the left
Protected methodMemberwiseCloneCreates 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, Boolean) Moves the cursor the number of defined columns to the right
Public methodSetCurrentWorksheet Sets the worksheet accessed by the shortener
Protected methodSetCurrentWorksheetInternal Sets the worksheet accessed by the shortener, invoked by the workbook
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUp Moves the cursor one row up
Public methodUp(Int32, Boolean) Moves the cursor the number of defined rows up
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