Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / TopOffset Property


In This Topic
TopOffset Property (SpreadChildControlContainer)
In This Topic
Gets or sets the top row offset of the child control container.
Syntax
'Declaration
 
Public Property TopOffset As Integer
 
'Usage
 
Dim instance As SpreadChildControlContainer
Dim value As Integer
 
instance.TopOffset = value
 
value = instance.TopOffset
See Also