ExcelCellFillPatternFillOptions Property |
Gets the pattern options object for the interior. This property returns a null object if the InteriorType is not PatternFill.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelCellFillPattern PatternFillOptions { get; }Public ReadOnly Property PatternFillOptions As ExcelCellFillPattern
Get
Property Value
ExcelCellFillPattern
See Also