'Declaration Public Function New( _ ByVal min As Double, _ ByVal max As Double _ )
'Declaration
Public Function New( _ ByVal min As Double, _ ByVal max As Double _ )
'Usage Dim min As Double Dim max As Double Dim instance As New PercentCellType(min, max)
'Usage
Dim min As Double Dim max As Double Dim instance As New PercentCellType(min, max)
public PercentCellType( double min, double max )
PercentCellType Class PercentCellType Members Overload List