| DocxDocumentGetSection Method |
Ritorna la sezione all'indice passato
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public DocxSection GetSection(
int idx
)
Public Function GetSection (
idx As Integer
) As DocxSection
public:
DocxSection^ GetSection(
int idx
)
member GetSection :
idx : int -> DocxSection
Parameters
- idx Int32
- L'indice di sezione
Return Value
DocxSectionLa sezione all'indice richiesto
See Also