Compartilhar via


FormItemTable.ColSpan property

Obtém ou define o número de colunas da tabela se estende o FormItemTable se ele estiver contido dentro de uma tabela.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaração
Public Property ColSpan As Integer
    Get
    Set
'Uso
Dim instance As FormItemTable
Dim value As Integer

value = instance.ColSpan

instance.ColSpan = value
public int ColSpan { get; set; }

Property value

Type: System.Int32

Ver também

Referência

FormItemTable class

FormItemTable members

Microsoft.SharePoint.Portal.WebControls namespace