Insert comment
Function Prototype
insertComment(int $row, int $column, string $text): self
insertCommentOpt(int $row, int $column, string $text, array $options): self
showComment(): selfint $row
int $column
string $text
array $options
Example
Last updated