'Declaration
 
Function GetDataTable( _
   ByVal  As GetDataFlags _
) As System.Data.DataTable
             
        
            
            'Usage
 
Dim instance As IRange
Dim flags As GetDataFlags
Dim value As System.Data.DataTable
 
value = instance.GetDataTable(flags)
             
        
            
            System.Data.DataTable GetDataTable( 
   GetDataFlags 
)
             
        
             
        
            Parameters
- flags
 
- Specifies optional features such as column headers and formatted text values.
 
            
            Return Value
A data table for the cells referred to by the current IRange.
 
            
            
            
            
            Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2