'Declaration Public Function New( _ ByVal sideMargin As GroupMargin, _ ByVal topMargin As SpacerRow, _ ByVal bottomMargin As SpacerRow _ )
'Usage Dim sideMargin As GroupMargin Dim topMargin As SpacerRow Dim bottomMargin As SpacerRow Dim instance As New DetailGrid(sideMargin, topMargin, bottomMargin)
public DetailGrid( GroupMargin sideMargin, SpacerRow topMargin, SpacerRow bottomMargin )
Parameters
- sideMargin
- A reference to a GroupMargin object representing the side margin of the detail grid. Cannot be a null reference (Nothing in Visual Basic).
- topMargin
- A reference to a SpacerRow object representing the top margin of the detail grid. Cannot be a null reference (Nothing in Visual Basic).
- bottomMargin
- A reference to a SpacerRow object representing the bottom margin of the detail grid. Cannot be a null reference (Nothing in Visual Basic).