Represents whether picture is tiled or stretched.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Property Tile As Boolean
Get
Set
property bool Tile {
bool get ();
void set (bool value);
}
abstract Tile : bool with get, set
Property Value
Type:
Boolean
See Also