GrapeCity.Xaml.SpreadSheet.Data
IsValid Method (Worksheet)
Example 


The row.
The column.
The value.
Determines whether the specified cell value is valid.
Syntax
'Declaration
 
Public Function IsValid( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As Worksheet
Dim row As Integer
Dim column As Integer
Dim value As Object
Dim value As Boolean
 
value = instance.IsValid(row, column, value)
public bool IsValid( 
   int row,
   int column,
   object value
)

Parameters

row
The row.
column
The column.
value
The value.

Return Value

true if the specified cell value is valid; otherwise, false.
Example
This example uses the IsValid method.
listBox1.Items.Add(gcSpreadSheet1.Sheets[0].IsValid(1, 1, 10).ToString());
ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).IsValid(1, 1, 10).ToString())
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options