Share via


SPColumnDefinition.Size property

Gets the column size, in number of bytes.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Size As Integer
    Get
    Friend Set
'Usage
Dim instance As SPColumnDefinition
Dim value As Integer

value = instance.Size
public int Size { get; internal set; }

Property value

Type: System.Int32
Returns a Int32 representation of the column size.

See also

Reference

SPColumnDefinition structure

SPColumnDefinition members

Microsoft.SharePoint.Administration namespace