BaseRow Property
BaseRow
Gets the 0-based row location of the formula.
Declaration
public int BaseRow { get; set; }
Public Property BaseRow As Integer
Examples
ParseContext context = new ParseContext();
context.BaseRow = 1;
int baseRow = context.BaseRow;