'Declaration Public Property FocusedSpreadsheetCell As Vintasoft.Imaging.Office.Spreadsheet.SpreadsheetCellReference
public Vintasoft.Imaging.Office.Spreadsheet.SpreadsheetCellReference FocusedSpreadsheetCell { get; set; }
public: __property Vintasoft.Imaging.Office.Spreadsheet.SpreadsheetCellReference* get_FocusedSpreadsheetCell(); public: __property void set_FocusedSpreadsheetCell(
Vintasoft.Imaging.Office.Spreadsheet.SpreadsheetCellReference* value
);
public:
property Vintasoft.Imaging.Office.Spreadsheet.SpreadsheetCellReference^ FocusedSpreadsheetCell { Vintasoft.Imaging.Office.Spreadsheet.SpreadsheetCellReference^ get(); void set(Vintasoft.Imaging.Office.Spreadsheet.SpreadsheetCellReference^ value); }