Spread Silverlight Documentation
GetColumn Method (CalcReference)


The range index.
Gets the base column index for a range which specified by range.
Syntax
'Declaration
 
Public MustOverride Function GetColumn( _
   ByVal range As System.Integer _
) As System.Integer
'Usage
 
Dim instance As CalcReference
Dim range As System.Integer
Dim value As System.Integer
 
value = instance.GetColumn(range)
public abstract System.int GetColumn( 
   System.int range
)

Parameters

range
The range index.

Return Value

An System.Int32 indicates the base column index for range at range.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcReference Class
CalcReference Members

 

 


Copyright © GrapeCity, inc. All rights reserved.