OfficeOpenXml.ExcelCell.GetCellStyleID C# (CSharp) Method

GetCellStyleID() private method

private GetCellStyleID ( ) : int
return int
        internal int GetCellStyleID()
        {
            return _styleID;
        }