'Declaration Public ReadOnly Property IsHidden As System.Nullable(Of Boolean)
public System.Nullable<bool> IsHidden { get; }
public: __property System.Nullable<bool> get_IsHidden();
public:
property System.Nullable<bool> IsHidden { System.Nullable<bool> get(); }
Property Value
True if row is hidden; false if row is displayed; null if row visibility is not defined and must be get from worksheet format.