XFINIUM.PDF Documentation
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 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback