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.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
int OriginRow { get; set; } |
Visual Basic
Copy Code
|
|---|
Property OriginRow As Integer |
An integer value.
See Also