'Declaration Public Function GetCellComment( _
ByVal cellСсылка на ячейку.As CellReference _
) As CellComment
public CellComment GetCellComment(
CellReference cell
)
public: CellComment* GetCellComment(
CellReference* cell
)
public:
CellComment^ GetCellComment(
CellReference^ cell
)
Parameters
- cell
- Ссылка на ячейку.
Return Value
Комментарий, если комментарий существует; в противном случае null.