ExcelShapeFillSolidFillOptions Property |
Gets the solid fill options object for the interior. This property returns a null object if the InteriorType is not SolidFill.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelShapeFillSolid SolidFillOptions { get; }Public ReadOnly Property SolidFillOptions As ExcelShapeFillSolid
Get
Property Value
ExcelShapeFillSolid
See Also