FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / TextCellType Constructor / TextCellType Constructor(TextCellType)
Specified text cell type from which to copy


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

Parameters

g
Specified text cell type from which to copy
See Also