Uiinfrastructure API Docs  
 

EditorDP.SetContentTableCellSpacing Method 

This method lets you set the cellspacing value for the content table. This is optional. The default is 15 and will work for most of Editors. However, if you want to get rid of the empty space on the left and right sides of the table, you might want to set it to 0.

public virtual void SetContentTableCellSpacing(
   string _sContentTableCellSpacing
);

Parameters

_sContentTableCellSpacing

See Also

EditorDP Class | com.plumtree.uiinfrastructure.editor Namespace