Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CategoriesRow.IsDescriptionNull C# (CSharp) Method

IsDescriptionNull() private method

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