Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public ITable AppendTable( float x, float y, double[] widths, double[] heights )
Public Function AppendTable ( x As Single, y As Single, widths As Double(), heights As Double() ) As ITable
public: ITable^ AppendTable( float x, float y, array<double>^ widths, array<double>^ heights )
member AppendTable : x : float32 * y : float32 * widths : float[] * heights : float[] -> ITable