internal object GetCellStyleProperty(StylePropertyAccessor getDelegate) { if (GetParentBook() == null) { return(getDelegate(Parent.FirstCell())); } XmlStyle style = GetParentBook().GetStyleByID(Parent.StyleID); return(getDelegate(style)); }