Gets or sets the type name of form that is used to edit export options. That form is shown when the 
Exporter.Export or the 
Exporter.Export method is called if 
Exporter.ShowOptions is true. The form's type must be assignable to the type specified by the 
ExportProvider.DefaultOptionsFormClass property.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Property OptionsFormClassName As System.String
             
        
            
            '使用法
 
Dim instance As Exporter
Dim value As System.String
 
instance.OptionsFormClassName = value
 
value = instance.OptionsFormClassName
             
        
            
            public System.string OptionsFormClassName {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照