Gets or set the value that indicates whether to display the reference line of this cell on other cells.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Enabled As Boolean |
| C# | |
|---|
public bool Enabled {get; set;} |
| C++/CLI | |
|---|
public:
property bool Enabled {
bool get();
void set (bool value);
} |
Return Value
True to display the reference line, otherwise it is false.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also