SpreadsheetComment
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class SpreadsheetComment extends CustomPackage
Represents a user comment in a spreadsheet.
Learn more
| Method | Description |
|---|---|
| getAuthor() | Gets the author of the comment. |
| getText() | Gets the comment text. |
| getSheetNumber() | Gets the sheet number. |
| getRow() | Gets the one-based row index of the comment. |
| getColumn() | Gets the one-based column index of the comment. |
public final String getAuthor()
Gets the author of the comment.
Returns: java.lang.String - The author of the comment.
public final String getText()
Gets the comment text.
Returns: java.lang.String - The comment text.
public final int getSheetNumber()
Gets the sheet number.
Returns: int - The sheet number.
public final int getRow()
Gets the one-based row index of the comment.
Returns: int - The row index of the comment.
public final int getColumn()
Gets the one-based column index of the comment.
Returns: int - The column index of the comment.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.