'Declaration Public Property FocusedComment As Vintasoft.Imaging.Office.Spreadsheet.Document.CellComment
public Vintasoft.Imaging.Office.Spreadsheet.Document.CellComment FocusedComment { get; set; }
public: __property Vintasoft.Imaging.Office.Spreadsheet.Document.CellComment* get_FocusedComment(); public: __property void set_FocusedComment(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellComment* value
);
public:
property Vintasoft.Imaging.Office.Spreadsheet.Document.CellComment^ FocusedComment { Vintasoft.Imaging.Office.Spreadsheet.Document.CellComment^ get(); void set(Vintasoft.Imaging.Office.Spreadsheet.Document.CellComment^ value); }