Search
IValidation.OriginRow Property
See Also
 






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

 Syntax

C#  Copy Code

int OriginRow { get; set; }

Visual Basic  Copy Code

Property OriginRow As Integer

 Property Value

An integer value.

 See Also