Gets or sets the origin row of this validation. All relative references in expressions associated with this validation are calculated based on this value.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
int OriginRow { get; set; } |
Visual Basic
Copy Code
|
|---|
Property OriginRow As Integer |
An integer value.
See Also