Syntax
'Declaration
Public Function GetFillText( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As AutoFillType, _
ByVal As FillDirection _
) As System.String
'Usage
Dim instance As Worksheet
Dim row As System.Integer
Dim column As System.Integer
Dim fillType As AutoFillType
Dim fillDirection As FillDirection
Dim value As System.String
value = instance.GetFillText(row, column, fillType, fillDirection)
public System.string GetFillText(
System.int ,
System.int column,
AutoFillType ,
FillDirection
)
Parameters
- row
- column
- fillType
- fillDirection
See Also