Click or drag to resize

StructureDocumentTag GetIndex Method

Returns the zero-based index of the specified entity.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int GetIndex(
	IDocumentObject entity
)

Parameters

entity
Type: Spire.Doc.Interface IDocumentObject
the document object.

Return Value

Type: Int32
See Also