System.string ListFillRange {get; set;}
read-write property ListFillRange: System.String;
function get,set ListFillRange : System.String
__property System.string* get_ListFillRange(); __property void set_ListFillRange( System.string* value );
'Declaration
Property ListFillRange As System.String
'Usage
Dim instance As IControlFormat Dim value As System.String instance.ListFillRange = value value = instance.ListFillRange