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


In This Topic
Name Property (SpreadChildControlContainer)
In This Topic
Gets or sets the name of the child control container.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As SpreadChildControlContainer
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also