Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void InsertTable(
	int index,
	float x,
	float y,
	double[] columnWidths,
	double[] rowHeights
)
Public Sub InsertTable ( 
	index As Integer,
	x As Single,
	y As Single,
	columnWidths As Double(),
	rowHeights As Double()
)
public:
void InsertTable(
	int index, 
	float x, 
	float y, 
	array<double>^ columnWidths, 
	array<double>^ rowHeights
)
member InsertTable : 
        index : int * 
        x : float32 * 
        y : float32 * 
        columnWidths : float[] * 
        rowHeights : float[] -> unit 

Parameters

index
Int32
x
Single
y
Single
columnWidths
array<Double>[]()[][]
rowHeights
array<Double>[]()[][]

See Also