Spreadsheet SetAlias/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "Narzędzie {{Button|16px Definiuj alias}} otwiera okno dialogowe, w którym można ustawić alias dla komórki. Z...")
(Created page with "==Użycie==")
Line 22: Line 22:
Narzędzie {{Button|[[File:Spreadsheet_SetAlias.svg|16px]] [[Spreadsheet_SetAlias/pl|Definiuj alias]]}} otwiera okno dialogowe, w którym można ustawić alias dla komórki. Zamiast używać przypisanej nazwy komórki, takiej jak A2, B3 lub C4, można użyć nazwy niestandardowej.
Narzędzie {{Button|[[File:Spreadsheet_SetAlias.svg|16px]] [[Spreadsheet_SetAlias/pl|Definiuj alias]]}} otwiera okno dialogowe, w którym można ustawić alias dla komórki. Zamiast używać przypisanej nazwy komórki, takiej jak A2, B3 lub C4, można użyć nazwy niestandardowej.


==Usage==
==Użycie==


# Make sure there is an active {{Button|[[File:Spreadsheet_CreateSheet.svg|16px]] [[Spreadsheet_CreateSheet|Spreadsheet]]}} open so that the button is enabled.
# Make sure there is an active {{Button|[[File:Spreadsheet_CreateSheet.svg|16px]] [[Spreadsheet_CreateSheet|Spreadsheet]]}} open so that the button is enabled.

Revision as of 06:16, 3 May 2022

Arkusz kalkulacyjny: Definiuj alias

Lokalizacja w menu
-
Środowisko pracy
Arkusz Kalkulacyjny
Domyślny skrót
brak
Wprowadzono w wersji
0.17
Zobacz także
brak

Opis

Narzędzie Definiuj alias otwiera okno dialogowe, w którym można ustawić alias dla komórki. Zamiast używać przypisanej nazwy komórki, takiej jak A2, B3 lub C4, można użyć nazwy niestandardowej.

Użycie

  1. Make sure there is an active Spreadsheet open so that the button is enabled.
  2. Select a cell.
  3. Press the Spreadsheet SetAlias button.
  4. Enter an alias:
    • Only alphanumeric characters and underscores (A to Z, a to z, 0 to 9 and _) are allowed.
    • The first character must be a letter.
    • Using 1 or 2 capital letters followed by 1 to 5 numbers, for example AB123, is not allowed as this is considered a cell address.
    • Character sequences that are units are not allowed. For example W is an invalid alias as it is the unit for Watt. Since FreeCAD supports many units it is best to avoid short aliases. See Expressions.
    • Using the mathematical constants pi and e as aliases will lead to errors and should be avoided.