Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CategoriesRow.IsDescriptionNull C# (CSharp) 메소드

IsDescriptionNull() 개인적인 메소드

private IsDescriptionNull ( ) : bool
리턴 bool
            public bool IsDescriptionNull() {
                return this.IsNull(this.tableCategories.DescriptionColumn);
            }