'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 _ )
'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 instance As New CellInfo(rawValue, style, formula, note, tag, rowLink, columnLink, formatString, formatInfo, sheet, rowSpan, columnSpan, formats, noteStyleInfo, sparklineInfo)
public CellInfo( object rawValue, StyleInfo style, string formula, string note, object tag, int rowLink, int columnLink, string formatString, IFormatProvider formatInfo, SheetView sheet, int rowSpan, int columnSpan, ConditionalFormat[] formats, StickyNoteStyleInfo noteStyleInfo, SparklineInfo sparklineInfo )
Parameters
- rawValue
- style
- formula
- note
- tag
- rowLink
- columnLink
- formatString
- formatInfo
- sheet
- rowSpan
- columnSpan
- formats
- noteStyleInfo
- sparklineInfo