Excel for WinRT
BackColor Property (XLPatternFormatting)


Gets or sets fill background color for this formating.
Syntax
'Declaration
 
Public Property BackColor As Windows.UI.Color
'Usage
 
Dim instance As XLPatternFormatting
Dim value As Windows.UI.Color
 
instance.BackColor = value
 
value = instance.BackColor
public Windows.UI.Color BackColor {get; set;}
See Also

Reference

XLPatternFormatting Class
XLPatternFormatting Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback