Spread Silverlight Documentation
NumberPoints Property


Represents a collection of number points which the container contains.
Syntax
'Declaration
 
Public ReadOnly Property NumberPoints As System.Collections.Generic.List(Of ExcelNumberPoint)
'Usage
 
Dim instance As NumericDataLiterals
Dim value As System.Collections.Generic.List(Of ExcelNumberPoint)
 
value = instance.NumberPoints
public System.Collections.Generic.List<ExcelNumberPoint> NumberPoints {get;}
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

NumericDataLiterals Class
NumericDataLiterals Members

 

 


Copyright © GrapeCity, inc. All rights reserved.