SheetEditorItemPart Enumeration

Summary

Defines a part of an item in the SheetEditor.

Syntax

TypeScript
JavaScript
lt.Document.SheetEditor.SheetEditorItemPart = { 
	none: 0, 
	cell: 1, 
	cellColumnHeader: 2, 
	cellRowHeader: 3, 
	sheetName: 4, 
	image: 5 
} 
lt.Document.SheetEditor.SheetEditorItemPart = { 
	none: 0, 
	cell: 1, 
	cellColumnHeader: 2, 
	cellRowHeader: 3, 
	sheetName: 4, 
	image: 5 
} 

Members

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.

Requirements

Target Platforms

See Also

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.