SpreadsheetPosition class

SpreadsheetPosition class

Defines signature position for Spreadsheet documents.

Inheritance: SpreadsheetPositionSignatureExtension

The SpreadsheetPosition type exposes the following members:

Constructors

Constructor Description
init Creates Spreadsheet signature position with predefined row and column.

Properties

Property Description
row Gets or sets the top row number of signature (min value is 0).
column Gets or sets the left column number of signature (min value is 0).

Methods

Method Description
clone Gets a copy of this object.

See Also