Definition.IsLocal Property
Defines if definition was created within current Region or outside of it (i.e. inside another Region of the Worksheet).
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public bool IsLocal { get; set; }
Public Property IsLocal As Boolean
Get
Set
public:
property bool IsLocal {
bool get ();
void set (bool value);
}
member IsLocal : bool with get, set
Property Value
Boolean