Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / CellRangeSegmentData Class / ContainStringValue Method


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