TableCell
Scaling Property
|
Gets or sets the cell scaling.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public float Scaling { get; set; }
Public Property Scaling As Single
Get
Set
public:
property float Scaling {
float get ();
void set (float value);
}
member Scaling : float32 with get, set
Property Value
Type:
Single
The scaling.
See Also