Dundas.SharePoint.Charting.WebParts Send comments on this topic.
SetRangeA1 Method
See Also 
Dundas.SharePoint.Charting.WebParts.ExcelWebService Namespace > ExcelService Class : SetRangeA1 Method


sessionId
sheetName
rangeName
rangeValues

Syntax

Visual Basic (Declaration)  
<SoapDocumentMethodAttribute(Action="http://schemas.microsoft.com/office/excel/server/webservices/SetRangeA1", 
   RequestNamespace="http://schemas.microsoft.com/office/excel/server/webservices", 
   ResponseNamespace="http://schemas.microsoft.com/office/excel/server/webservices", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)>
Public Function SetRangeA1( _
   ByVal sessionId As String, _
   ByVal sheetName As String, _
   ByVal rangeName As String, _
   ByVal rangeValues() As Object _
) As Status()
Visual Basic (Usage) Copy Code
Dim instance As ExcelService
Dim sessionId As String
Dim sheetName As String
Dim rangeName As String
Dim rangeValues() As Object
Dim value() As Status
 
value = instance.SetRangeA1(sessionId, sheetName, rangeName, rangeValues)
C#  
[SoapDocumentMethodAttribute(Action="http://schemas.microsoft.com/office/excel/server/webservices/SetRangeA1", 
   RequestNamespace="http://schemas.microsoft.com/office/excel/server/webservices", 
   ResponseNamespace="http://schemas.microsoft.com/office/excel/server/webservices", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)]
public Status[] SetRangeA1( 
   string sessionId,
   string sheetName,
   string rangeName,
   object[] rangeValues
)

Parameters

sessionId
sheetName
rangeName
rangeValues

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also