Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Represents the text displayed in the Category column of the Issues window. Read/write.
Syntax
expression.Category
expression A variable that represents a ValidationRule object.
Return value
String
Remarks
The length of the string assigned to the Category property cannot exceed 255 characters.
Example
The following Visual Basic for Applications (VBA) example shows how to use the Category property to set the text of the Category column of the Issues window for a validation rule named "Unglued2DShape".
Set vsoValidationRule = vsoValidationRuleSet.Rules.Add("Unglued2DShape")
vsoValidationRule.Category = "Shapes"
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.