ShowGroups Property (FlexSheet)
In This Topic
This property is useless in FlexSheet.
Syntax
'Declaration
<IgnoreAttribute()>
Public Overrides Property ShowGroups As System.Boolean
'Usage
Dim instance As FlexSheet
Dim value As System.Boolean
instance.ShowGroups = value
value = instance.ShowGroups
[Ignore()]
public override System.bool ShowGroups {get; set;}
public read-write property ShowGroups: System.Boolean; override;
IgnoreAttribute()
public override function get,set ShowGroups : System.boolean
[Ignore()]
public: __property System.bool get_ShowGroups() override;
public: __property void set_ShowGroups(
System.bool value
) override;
[Ignore()]
public:
property System.bool ShowGroups {
System.bool get() override;
void set ( System.bool value) override;
}
See Also