XlsWorksheet
HasArrayFormulaRecord Method
|
Indicates is has array formula.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasArrayFormulaRecord(
int row,
int column
)
Public Function HasArrayFormulaRecord (
row As Integer,
column As Integer
) As Boolean
public:
bool HasArrayFormulaRecord(
int row,
int column
)
member HasArrayFormulaRecord :
row : int *
column : int -> bool
Parameters
-
row
-
Type:
System
Int32
Represents row index.
-
column
-
Type:
System
Int32
Represents column index.
Return Value
Type:
Boolean
Indicates is contain array formula record.
See Also