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