Spread Silverlight Documentation
CellEditExtent Constructor


The edit row index.
The edit column index.
The edit cell's new value to apply.
Creates a new instance of the CellEditExtent class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal newValue As System.String _
)
'Usage
 
Dim row As System.Integer
Dim column As System.Integer
Dim newValue As System.String
 
Dim instance As New CellEditExtent(row, column, newValue)
public CellEditExtent( 
   System.int row,
   System.int column,
   System.string newValue
)

Parameters

row
The edit row index.
column
The edit column index.
newValue
The edit cell's new value to apply.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CellEditExtent Class
CellEditExtent Members

 

 


Copyright © GrapeCity, inc. All rights reserved.