'Declaration Public Property Height As Single
'Declaration
Public Property Height As Single
'Usage Dim instance As Row Dim value As Single instance.Height = value value = instance.Height
'Usage
Dim instance As Row Dim value As Single instance.Height = value value = instance.Height
public float Height {get; set;}
Row Class Row Members