Gets or sets the picture fill type.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public FillPictureType Type { get; set; }
Public Property Type As FillPictureType
Get
Set
public:
property FillPictureType Type {
FillPictureType get ();
void set (FillPictureType value);
}
member Type : FillPictureType with get, set
Property Value
Type:
FillPictureType
See Also