Gets of sets paddings of the cell.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public Property Padding As CellPadding |
| C# |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public CellPadding Padding { get; set; } |
| Visual C++ |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public: property CellPadding^ Padding { CellPadding^ get (); void set (CellPadding^ value); } |
| JavaScript |
|---|
function get_padding(); function set_padding(value); |