A Sandcastle Documented Class Library
Absolute Property
Namespaces ► Yogesh.ExcelXml ► Range ► Absolute
Gets or sets the range's flag to return a absolute reference or otherwise

C# | Visual Basic | Visual C++ |
public bool Absolute { get; set; }
Public Property Absolute As Boolean
public: property bool Absolute { bool get (); void set (bool value); }