diff options
-rw-r--r-- | wizards/source/sfdatabases/SF_Datasheet.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/sfdatabases/SF_Datasheet.xba b/wizards/source/sfdatabases/SF_Datasheet.xba index 0236d68e7009..743e2ca3ea86 100644 --- a/wizards/source/sfdatabases/SF_Datasheet.xba +++ b/wizards/source/sfdatabases/SF_Datasheet.xba @@ -322,7 +322,7 @@ Public Function GetText(Optional ByVal Column As Variant) As String ''' The text in the cell as a string as how it is displayed ''' Note that the position of the cursor is left unchanged. ''' Examples: -''' oSheet.GeText("ShipCity")) ' Extract the text on the current row from the column "ShipCity" +''' oSheet.GetText("ShipCity")) ' Extract the text on the current row from the column "ShipCity" Dim sText As String ' Return Text Dim lCol As Long ' Numeric index of Column in lists of columns |