Aspose.Cells.Examples.CSharp.Articles.LightCellsDataHandlerVisitCells.ProcessRow C# (CSharp) Method

ProcessRow() public method

public ProcessRow ( Row row ) : bool
row Row
return bool
        public bool ProcessRow(Row row)
        {
            return true;
        }