Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ISegmentData Interface / ContainStringValue Method


In This Topic
    ContainStringValue Method (ISegmentData)
    In This Topic
    Indicates whether the segment contains a string value.
    Syntax
    'Declaration
     
    
    Function ContainStringValue() As Boolean
    'Usage
     
    
    Dim instance As ISegmentData
    Dim value As Boolean
     
    value = instance.ContainStringValue()
    bool ContainStringValue()
    See Also