Click or drag to resize

TaskDatabaseHelperIsRowEmpty Method


Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
Syntax
C#
public bool IsRowEmpty(
	ExcelWorksheet worksheet,
	int row,
	int startCol,
	int colCount
)

Parameters

worksheet  ExcelWorksheet
 
row  Int32
 
startCol  Int32
 
colCount  Int32
 

Return Value

Boolean
See Also