This method returns the ("A:ZZZ") part of the Range("A:ZZZ") column interface.

Namespace:  Abh.Core.Excel2k7
Assembly:  Abh.Core.Excel2k7 (in Abh.Core.Excel2k7.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string GetExcelColumnSet(
	string firstColumn,
	string secondColumn
)
Visual Basic (Declaration)
Public Shared Function GetExcelColumnSet ( _
	firstColumn As String, _
	secondColumn As String _
) As String
Visual C++
public:
static String^ GetExcelColumnSet(
	String^ firstColumn, 
	String^ secondColumn
)

Parameters

firstColumn
Type: System..::.String
Enter the first column to start the range with.
secondColumn
Type: System..::.String
Enter the second column to end the range with.

Return Value

A string formatted as A:ZZZ is returned from this method.

See Also