CellInfo Constructor(Object,StyleInfo,String,String,Object,Int32,Int32)
In This Topic
Creates a new a set of cell information (CellInfo object) with a value, style information, a formula, a note, a tag, a row index, and a column index.
Syntax
'Declaration
Public Function New( _
ByVal As Object, _
ByVal As StyleInfo, _
ByVal As String, _
ByVal As String, _
ByVal As Object, _
ByVal As Integer, _
ByVal columnLink As Integer _
)
'Usage
Dim rawValue As Object
Dim style As StyleInfo
Dim formula As String
Dim note As String
Dim tag As Object
Dim rowLink As Integer
Dim columnLink As Integer
Dim instance As New CellInfo(rawValue, style, formula, note, tag, rowLink, columnLink)
Parameters
- rawValue
- style
- formula
- note
- tag
- rowLink
- columnLink
See Also