[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.ParseContext.BaseRow

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;