using System; using System.Collections.Generic; namespace CPF.ReoGrid.Print { internal interface IPrintSession { IList Worksheets { get; } } }