'Declaration <DefaultValueAttribute(False)> Public Property ShowInvisibleTableBorders As Boolean
[DefaultValue(False)] public bool ShowInvisibleTableBorders { get; set; }
[DefaultValue(False)] public: __property bool get_ShowInvisibleTableBorders(); public: __property void set_ShowInvisibleTableBorders(
bool value
);
Property Value
True - the visual editor should show the invisible table borders; false - the visual editor should not show the invisible table borders. The default value is false.