Click or drag to resize

DocumentObjectNextSibling Property

Gets the next sibling.

Namespace:  Spire.Doc
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public IDocumentObject NextSibling { get; }

Property Value

Type: IDocumentObject
The next sibling.

Implements

IDocumentObjectNextSibling
See Also