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