Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CategoriesRow.IsDescriptionNull C# (CSharp) Méthode

IsDescriptionNull() private méthode

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