Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / MoreColors Method
The selected color.
The associated workbook.


In This Topic
    MoreColors Method
    In This Topic
    Gets the More Colors dialog that allows to choose customized colors.
    Syntax
    'Declaration
     
    
    Public Shared Function MoreColors( _
       ByVal color As Color, _
       ByVal workbook As IWorkbook _
    ) As MoreColors
    'Usage
     
    
    Dim color As Color
    Dim workbook As IWorkbook
    Dim value As MoreColors
     
    value = BuiltInDialogs.MoreColors(color, workbook)
    public static MoreColors MoreColors( 
       Color color,
       IWorkbook workbook
    )

    Parameters

    color
    The selected color.
    workbook
    The associated workbook.

    Return Value

    A System.Windows.Forms.Form object represents the More Colors dialog.
    See Also