Cell Padding.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DefaultValueAttribute()]
[ThemeableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
public virtual int Cellpadding { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
<ThemeableAttribute(True)> _
<NotifyParentPropertyAttribute(True)> _
Public Overridable Property Cellpadding As Integer
	Get
	Set

See Also