Search
Worksheet.setTabBackground Method
See Also
 






Sets the color of tab associated with this worksheet.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setTabBackground (
    Brush value
)

 Parameters

value

The Brush object used to draw the tab.

 See Also