Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ChildRelationCount Property


In This Topic
ChildRelationCount Property (SheetView)
In This Topic
Gets the number of child relations (data relation count) for a sheet.
Syntax
'Declaration
 
Public Overridable ReadOnly Property ChildRelationCount As Integer
 
'Usage
 
Dim instance As SheetView
Dim value As Integer
 
value = instance.ChildRelationCount
See Also