XPTable.Models.Cell.ShouldSerializeFont C# (CSharp) 메소드

ShouldSerializeFont() 개인적인 메소드

Specifies whether the Font property should be serialized at design time
private ShouldSerializeFont ( ) : bool
리턴 bool
        private bool ShouldSerializeFont()
        {
            return (this.cellStyle != null && this.cellStyle.Font != null);
        }