using System; namespace CPF.ReoGrid.Core { internal interface ISheetAddress { string ToAddress(); string ToRelativeAddress(); string ToAbsoluteAddress(); } }