A Sandcastle Documented Class Library
Hidden Property
Namespaces ► Yogesh.ExcelXml ► Column ► Hidden
Gets or sets the hidden status of the column

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