Spread for ASP.NET 12 Product Documentation
SetParseFormat Method (IParseFormatSupport2)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IParseFormatSupport2 Interface : SetParseFormat Method
Row index of specified cell
Column index of specified cell
The inner parse format object which is stored by StyleModel.
Sets the parse format for the cell at the specified row and column.
Syntax
'Declaration
 
Sub SetParseFormat( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal parseFormat As Object _
) 
'Usage
 
Dim instance As IParseFormatSupport2
Dim row As Integer
Dim column As Integer
Dim parseFormat As Object
 
instance.SetParseFormat(row, column, parseFormat)
void SetParseFormat( 
   int row,
   int column,
   object parseFormat
)

Parameters

row
Row index of specified cell
column
Column index of specified cell
parseFormat
The inner parse format object which is stored by StyleModel.
See Also

Reference

IParseFormatSupport2 Interface
IParseFormatSupport2 Members