SpreadsheetPosition class
Defines signature position for Spreadsheet documents.
public class SpreadsheetPosition : SignatureExtension
| Name |
Description |
| SpreadsheetPosition(int, int) |
Creates Spreadsheet signature position with predefined row and column. |
| Name |
Description |
| Column { get; set; } |
Gets or sets the left column number of signature (min value is 0). |
| Row { get; set; } |
Gets or sets the top row number of signature (min value is 0). |
| Name |
Description |
| virtual Clone() |
Gets a copy of this object. |
We value your opinion. Your feedback will help us improve our documentation.