Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / CellInfo Constructor / CellInfo Constructor(Object,StyleInfo,String,String,Object,Int32,Int32,String,IFormatProvider,SheetView,Int32,Int32,ConditionalFormat[],StickyNoteStyleInfo,SparklineInfo,String)


In This Topic
CellInfo Constructor(Object,StyleInfo,String,String,Object,Int32,Int32,String,IFormatProvider,SheetView,Int32,Int32,ConditionalFormat[],StickyNoteStyleInfo,SparklineInfo,String)
In This Topic
Creates a new a set of cell information (CellInfo object).
Syntax
'Declaration
 
Public Function New( _
   ByVal rawValue As Object, _
   ByVal style As StyleInfo, _
   ByVal formula As String, _
   ByVal note As String, _
   ByVal tag As Object, _
   ByVal rowLink As Integer, _
   ByVal columnLink As Integer, _
   ByVal formatString As String, _
   ByVal formatInfo As IFormatProvider, _
   ByVal sheet As SheetView, _
   ByVal rowSpan As Integer, _
   ByVal columnSpan As Integer, _
   ByVal formats() As ConditionalFormat, _
   ByVal noteStyleInfo As StickyNoteStyleInfo, _
   ByVal sparklineInfo As SparklineInfo, _
   ByVal errorText As String _
)
 
'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 formatString As String
Dim formatInfo As IFormatProvider
Dim sheet As SheetView
Dim rowSpan As Integer
Dim columnSpan As Integer
Dim formats() As ConditionalFormat
Dim noteStyleInfo As StickyNoteStyleInfo
Dim sparklineInfo As SparklineInfo
Dim errorText As String
 
Dim instance As New CellInfo(rawValue, style, formula, note, tag, rowLink, columnLink, formatString, formatInfo, sheet, rowSpan, columnSpan, formats, noteStyleInfo, sparklineInfo, errorText)

Parameters

rawValue
style
formula
note
tag
rowLink
columnLink
formatString
formatInfo
sheet
rowSpan
columnSpan
formats
noteStyleInfo
sparklineInfo
errorText
See Also