Share via


SPColumnDefinition.Size Property

Gets the column size, in number of bytes.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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