NPOI.XSSF.UserModel.XSSFWorkbook.GetCustomXMLMappings C# (CSharp) Method

GetCustomXMLMappings() public method

public GetCustomXMLMappings ( ) : List
return List
        public List<XSSFMap> GetCustomXMLMappings()
        {
            return mapInfo == null ? new List<XSSFMap>() : mapInfo.GetAllXSSFMaps();
        }