Click or drag to resize

StiPagesCollectionInsert Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Components.StiPagesCollection.Insert(System.Int32,Stimulsoft.Report.Components.StiPage)"]

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Insert(
	int index,
	StiPage page
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Report.Components.StiPagesCollection.Insert(System.Int32,Stimulsoft.Report.Components.StiPage)"]

page
Type: Stimulsoft.Report.ComponentsStiPage

[Missing <param name="page"/> documentation for "M:Stimulsoft.Report.Components.StiPagesCollection.Insert(System.Int32,Stimulsoft.Report.Components.StiPage)"]

See Also