Draw the table to the specified device context, and return windows enhanced metafile.
[Visual Basic .NET] Public Function Output ( _ ByVal hDC As Integer, _ ByVal dpi As Integer, _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal startRow As Integer, _ ByVal startCol As Integer _ ) As Integer
[C#] public int Output ( int hDC, int dpi, int left, int top, int width, int height, int startRow, int startCol );
Product Availability
Available with ArcGIS Desktop.