'Declaration Public Property TopLeftCell As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference
public Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference TopLeftCell { get; set; }
public: __property Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference* get_TopLeftCell(); public: __property void set_TopLeftCell(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference* value
);
public:
property Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference^ TopLeftCell { Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference^ get(); void set(Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference^ value); }