Intersoft WebGrid Documentation
CellSpacingDefault Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class : CellSpacingDefault Property






Specifies the default cell spacing that controls the Table cell's spacing.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the default cell spacing that controls the Table cell's spacing.")>
Public Property CellSpacingDefault As Integer
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim value As Integer
 
instance.CellSpacingDefault = value
 
value = instance.CellSpacingDefault
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the default cell spacing that controls the Table cell's spacing.")]
public int CellSpacingDefault {get; set;}
Delphi 
public read-write property CellSpacingDefault: Integer; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies the default cell spacing that controls the Table cell's spacing.")
public function get,set CellSpacingDefault : int
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the default cell spacing that controls the Table cell's spacing.")]
public: __property int get_CellSpacingDefault();
public: __property void set_CellSpacingDefault( 
   int value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the default cell spacing that controls the Table cell's spacing.")]
public:
property int CellSpacingDefault {
   int get();
   void set (    int value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.