Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellStyle Class / PaddingLeftRight Property

In This Topic
    PaddingLeftRight Property
    In This Topic
    Gets or sets the left and right padding of the content area, in graphic units.
    Syntax
    'Declaration
     
    Public Property PaddingLeftRight As System.Nullable(Of Single)
    public System.Nullable<float> PaddingLeftRight {get; set;}
    See Also