'Declaration Public Function New( _
ByVal cellThe cell that corresponds to this comment.As CellReference, _
ByVal commentThe comment.As Comment, _
ByVal isVisibleA value indicating whether this comment is visible.As Boolean, _
ByVal locationThe comment location.As SheetDrawingLocation _
)
public CellComment(
CellReference cell,
Comment comment,
bool isVisible,
SheetDrawingLocation location
)
public: CellComment(
CellReference* cell,
Comment* comment,
bool isVisible,
SheetDrawingLocation* location
)
public:
CellComment(
CellReference^ cell,
Comment^ comment,
bool isVisible,
SheetDrawingLocation^ location
)
Parameters
- cell
- The cell that corresponds to this comment.
- comment
- The comment.
- isVisible
- A value indicating whether this comment is visible.
- location
- The comment location.