Gets or sets the settings of the cell margins that define the space between the cell border and the cell contents, for the four sides of the cell.
Syntax
'Declaration
Public Property Margin As Inset
'Usage
Dim instance As Cell
Dim value As Inset
instance.Margin = value
value = instance.Margin
public Inset Margin {get; set;}
See Also