Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / CellRangeSegmentData Class / GetFormatter Method


In This Topic
    GetFormatter Method (CellRangeSegmentData)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetFormatter( _
       ByVal index As Integer _
    ) As ILabelFormatter
    'Usage
     
    
    Dim instance As CellRangeSegmentData
    Dim index As Integer
    Dim value As ILabelFormatter
     
    value = instance.GetFormatter(index)
    public ILabelFormatter GetFormatter( 
       int index
    )

    Parameters

    index
    See Also