Gets or sets the origin column 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 OriginColumn { get; set; } |
Visual Basic
Copy Code
|
|---|
Property OriginColumn As Integer |
An integer value.
See Also