Gets or sets the span map.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int[] ColumnSpanMap { get; set; }
Public Property ColumnSpanMap As Integer()
	Get
	Set
public:
property array<int>^ ColumnSpanMap {
	array<int>^ get ();
	void set (array<int>^ value);
}
member ColumnSpanMap : int[] with get, set

Property Value

array<Int32>[]()[][]

See Also