XFINIUM.PDF Documentation
ColSpan Property (PdfFlowTableCell)



Xfinium.Pdf.FlowDocument Namespace > PdfFlowTableCell Class : ColSpan Property
Gets or sets the number of columns this cell spans on.
Syntax
'Declaration
 
Public Property ColSpan As UInteger
'Usage
 
Dim instance As PdfFlowTableCell
Dim value As UInteger
 
instance.ColSpan = value
 
value = instance.ColSpan
public uint ColSpan {get; set;}
public:
property uint ColSpan {
   uint get();
   void set (    uint value);
}

Property Value

The number of columns on which this cell spans.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFlowTableCell Class
PdfFlowTableCell Members