Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool CheckExistence(
	int row,
	int column
)
Public Function CheckExistence ( 
	row As Integer,
	column As Integer
) As Boolean
public:
virtual bool CheckExistence(
	int row, 
	int column
) sealed
abstract CheckExistence : 
        row : int * 
        column : int -> bool 
override CheckExistence : 
        row : int * 
        column : int -> bool 

Parameters

row
Int32
column
Int32

Return Value

Boolean

Implements

IWorksheet..::..CheckExistence(Int32, Int32)

See Also