ESRI.ArcGIS.ADF.Web
WriteContentsTemplateColumn Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class : WriteContentsTemplateColumn Method




columnName
caption
columnIndex
returnFieldNames
fieldBackgroundColor
writer
Reserved for internal use.

Syntax

Visual Basic (Declaration) 
Public Shared Sub WriteContentsTemplateColumn( _
   ByVal columnName As String, _
   ByVal caption As String, _
   ByVal columnIndex As Integer, _
   ByVal returnFieldNames As Boolean, _
   ByVal fieldBackgroundColor As Color, _
   ByVal writer As HtmlTextWriter _
) 
Visual Basic (Usage)Copy Code
Dim columnName As String
Dim caption As String
Dim columnIndex As Integer
Dim returnFieldNames As Boolean
Dim fieldBackgroundColor As Color
Dim writer As HtmlTextWriter
 
GraphicsLayer.WriteContentsTemplateColumn(columnName, caption, columnIndex, returnFieldNames, fieldBackgroundColor, writer)
C# 
public static void WriteContentsTemplateColumn( 
   string columnName,
   string caption,
   int columnIndex,
   bool returnFieldNames,
   Color fieldBackgroundColor,
   HtmlTextWriter writer
)

Parameters

columnName
caption
columnIndex
returnFieldNames
fieldBackgroundColor
writer

See Also

© 2010 All Rights Reserved.