Class TableStyleRowProperties
TableStyleRowProperties is used for representing formatting properties of the table.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class TableStyleRowProperties : FormatBase, IXDLSSerializable
Properties
CellSpacing
Gets / sets the spacing between cells.
Declaration
public float CellSpacing { get; set; }
Property Value
Type |
---|
System.Single |
HorizontalAlignment
Gets / sets horizontal alignment of the row.
Declaration
public RowAlignment HorizontalAlignment { get; set; }
Property Value
Type |
---|
RowAlignment |
IsBreakAcrossPages
Gets / sets a boolean value indicating if there is a break across pages
Declaration
public bool IsBreakAcrossPages { get; set; }
Property Value
Type |
---|
System.Boolean |
IsHeader
Gets / sets a boolean value indicating if row is table header
Declaration
public bool IsHeader { get; set; }
Property Value
Type |
---|
System.Boolean |
IsHidden
Gets / sets a boolean value indicating if row is hidden
Declaration
public bool IsHidden { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
GetDefValue(Int32)
Returns the default values.
Declaration
protected override object GetDefValue(int key)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | key | The integer that specifies the key. |
Returns
Type | Description |
---|---|
System.Object | An object that specifies the default value. |