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


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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

IParseFormatSupport2 Interface
IParseFormatSupport2 Members

 

 


Copyright © GrapeCity, inc. All rights reserved.