TimeSlotItem.RowSpan Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RowSpan As Integer
Get
Set
'Usage
Dim instance As TimeSlotItem
Dim value As Integer
value = instance.RowSpan
instance.RowSpan = value
public int RowSpan { get; set; }
Property Value
Type: System.Int32