IsR1C1 Property
IsR1C1
Indicates whether the reference style is R1C1.
Declaration
public bool IsR1C1 { get; set; }
Public Property IsR1C1 As Boolean
Examples
UnParseContext context = new UnParseContext();
context.IsR1C1 = true;
bool isR1C1 = context.IsR1C1;