'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Determines the margins of the cells.")> Public Property CellMargins As NMargins
'Usage
Dim instance As NTableShape Dim value As NMargins instance.CellMargins = value value = instance.CellMargins
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Determines the margins of the cells.")] public NMargins CellMargins {get; set;}