Spread Windows Forms 18
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / HeaderEditorForm Method
true the row header form ; otherwise, false the header column


In This Topic
    HeaderEditorForm Method
    In This Topic
    Gets the header editor form
    Syntax
    'Declaration
     
    
    Public Shared Function HeaderEditorForm( _
       ByVal fpSpread As FpSpread, _
       ByVal isRow As Boolean _
    ) As Form
    'Usage
     
    
    Dim fpSpread As FpSpread
    Dim isRow As Boolean
    Dim value As Form
     
    value = BuiltInDialogs.HeaderEditorForm(fpSpread, isRow)
    public static Form HeaderEditorForm( 
       FpSpread fpSpread,
       bool isRow
    )

    Parameters

    fpSpread
    isRow
    true the row header form ; otherwise, false the header column
    See Also