TableCell
CellWidthType Property
|
Note: This API is now obsolete.
Gets the width type of the cell.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
[ObsoleteAttribute("The set accessor for this property is obsolete. Call SetCellWidth instead.")]
public CellWidthType CellWidthType { get; set; }
<ObsoleteAttribute("The set accessor for this property is obsolete. Call SetCellWidth instead.")>
Public Property CellWidthType As CellWidthType
Get
Set
public:
[ObsoleteAttribute(L"The set accessor for this property is obsolete. Call SetCellWidth instead.")]
property CellWidthType CellWidthType {
CellWidthType get ();
void set (CellWidthType value);
}
[<ObsoleteAttribute("The set accessor for this property is obsolete. Call SetCellWidth instead.")>]
member CellWidthType : CellWidthType with get, set
Property Value
Type:
CellWidthType
See Also