public class SpreadsheetComment extends CustomPackage
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets the author of the comment.
|
int |
getColumn()
Gets the one-based column index of the comment.
|
int |
getRow()
Gets the one-based row index of the comment.
|
int |
getSheetNumber()
Gets the sheet number.
|
String |
getText()
Gets the comment text.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final String getAuthor()
Gets the author of the comment.
public final int getColumn()
Gets the one-based column index of the comment.
public final int getRow()
Gets the one-based row index of the comment.
public final int getSheetNumber()
Gets the sheet number.
public final String getText()
Gets the comment text.
Copyright © 2026. All rights reserved.