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

StartCell() public method

public StartCell ( int column ) : bool
column int
return bool
        public bool StartCell(int column)
        {
            return true;
        }