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