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

StartRow() public method

public StartRow ( int rowIndex ) : bool
rowIndex int
return bool
        public bool StartRow(int rowIndex)
        {
            return true;
        }