Defines a part of an item in the SheetEditor.
lt.Document.SheetEditor.SheetEditorItemPart = {
none: 0,
cell: 1,
cellColumnHeader: 2,
cellRowHeader: 3,
sheetName: 4,
image: 5
}
Value | Member | Description |
---|---|---|
0 | none |
No specific part of the editor is being interacted with. |
1 | cell |
Represents cells within the sheet. Interactions with this part typically involve cell selection, editing, or formatting. |
2 | cellColumnHeader |
Identifies the column headers. |
3 | cellRowHeader |
Identifies the row headers. |
4 | sheetName |
Corresponds to the sheet name tab. |
5 | image |
Applies to images embedded within the sheet. |