CellsAreaMargin Property (DataGridViewProperties)
In This Topic
Gets the margin of the cells area. Zero if there are no grouped columns.
Syntax
'Declaration
Public Property CellsAreaMargin As Thickness
public Thickness CellsAreaMargin {get; set;}
See Also