BeginRowLayoutEventArgs
ColumnSpanMap Property
|
Gets or sets the span map.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Int32
See Also