Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To create a PIC cell

  1. Call the SSSetTypePic function and set the parameters as follows:
    1. Set the Mask parameter to create the mask.
      Use the following characters to specify what type of data the user can type into the mask:

      Mask Character Characters Allowed
      X Any ASCII character
      9 0–9, decimal
      A A–Z, a–z
      plus any alphabetic character from larger character sets such as ANSI or Unicode
      N A–Z, a–z, 0–9, decimal
      U A–Z
      L a–z
      H (Hexadecimal) 0–9, a–f, A–F

    2. Set the Style parameter to specify the text alignment and orientation.
  2. Call the SSSetCellType or SSSetCellTypeRange function and set the CellType parameter to SS_TYPE_PIC.
Copyright © GrapeCity, inc. All rights reserved.