FormItemTable.ColSpan Property
Gets or sets the number of the table columns that the FormItemTable spans if it is contained within a table.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ColSpan As Integer
Get
Set
'Usage
Dim instance As FormItemTable
Dim value As Integer
value = instance.ColSpan
instance.ColSpan = value
public int ColSpan { get; set; }
Property Value
Type: System.Int32