'DeclarationPublic Property AllowEditorReservedLocations As Boolean
'UsageDim instance As SpreadView Dim value As Boolean instance.AllowEditorReservedLocations = value value = instance.AllowEditorReservedLocations
public bool AllowEditorReservedLocations {get; set;}