Compartilhar via


FormItemTable.RowSpace property

Obtém ou define o atributo cellspacing da tabela renderizada.

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

Syntax

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

value = instance.RowSpace

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

Property value

Type: System.Int32

Ver também

Referência

FormItemTable class

FormItemTable members

Microsoft.SharePoint.Portal.WebControls namespace