FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / ProgressCellType Constructor / ProgressCellType Constructor(ProgressCellType)
Specified progress indicator cell type from which to copy


In This Topic
ProgressCellType Constructor(ProgressCellType)
In This Topic
Creates a new copy from the specified cell type ("Copy constructor").
Syntax
'Declaration
 
Public Function New( _
   ByVal g As ProgressCellType _
)
 
'Usage
 
Dim g As ProgressCellType
 
Dim instance As New ProgressCellType(g)

Parameters

g
Specified progress indicator cell type from which to copy
See Also