'Declaration
<IgnoreAttribute()> Public Overrides ReadOnly Property CellsTemplate As CellTemplate
'Usage
Dim instance As FlexSheet Dim value As CellTemplate value = instance.CellsTemplate
[Ignore()] public override CellTemplate CellsTemplate {get;}
public read-only property CellsTemplate: CellTemplate; override;
IgnoreAttribute() public override function get CellsTemplate : CellTemplate
[Ignore()] public: __property CellTemplate* get_CellsTemplate() override;
[Ignore()] public: property CellTemplate^ CellsTemplate { CellTemplate^ get() override; }