Version

TableCellProperties Class Members

The following tables list the members exposed by TableCellProperties.

Public Properties
 NameDescription
Public PropertyBackColorReturns or sets the background color for this cell. (Inherited from Infragistics.Documents.Word.TableCellPropertiesBase)
Public PropertyBorderPropertiesReturns or sets an object which provides a way to customize the borders for the associated cell.  
Public PropertyColumnSpanReturns or sets an integral value which determines the number of columns across which this cell spans.  
Public PropertyHasBorderPropertiesReturns a boolean value indicating whether an object has been created for or assigned to the BorderProperties property.  
Public PropertyMarginsReturns or sets a value which determines the amount of padding applied between the inside of this cell's borders and its content. (Inherited from Infragistics.Documents.Word.TableCellPropertiesBase)
Public PropertyPreferredWidthReturns or sets the preferred width of the associated table cell, expressed as an explicit linear quantity.  
Public PropertyPreferredWidthAsPercentageReturns or sets the preferred width of the associated table cell, expressed as a percentage of the width of the containing table.  
Public PropertyTextDirectionReturns or sets a value indicating the direction of text flow for text within the associated table cell.  
Public PropertyVerticalAlignmentReturns or sets a value indicating the vertical alignment of the cell's contents. (Inherited from Infragistics.Documents.Word.TableCellPropertiesBase)
Public PropertyVerticalMergeReturns or sets a value indicating whether this cell should begin or continue a vertical merging run with adjacent cells.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateReturns a new instance which is associated with the specified WordDocumentWriter.  
Public MethodResetOverridden. Restores all property values for this instance to their respective defaults.  
See Also

View on GitHub